Papers by Linh Ngo Van

23 papers
Mutual-pairing Data Augmentation for Fewshot Continual Relation Extraction (2025.naacl-long)

Copied to clipboard

Challenge: Existing methods for Few-shot Continual Relation Extraction struggle with catastrophic forgetting and overfitting.
Approach: They propose a method that transforms single input sentences into complex texts by integrating old and new data.
Outcome: The proposed method sharpens model focus and improves model performance . it also uncovers fascinating behaviors of Sharpness-Aware Minimization (SAM) in Few-shot Continual Learning.
HiCOT: Improving Neural Topic Models via Optimal Transport and Contrastive Learning (2025.findings-acl)

Copied to clipboard

Challenge: Recent advances in neural topic models (NTMs) have improved topic quality but still face challenges: weak document-topic alignment, high inference costs due to large pretrained language models, and limited modeling of hierarchical topic structures.
Approach: They propose a framework that integrates hierarchical clustering and contrastive learning to refine document-topic relationships using compact PLM-based embeddings.
Outcome: The proposed framework improves topic coherence, topic performance, representation quality and computational efficiency over existing NTMs.
LLM-XTM: Enhancing Cross-Lingual Topic Models with Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing cross-lingual topic models depend on sparse bilingual resources and often yield incoherent or weakly aligned topics.
Approach: They propose a framework that integrates LLM-guided topic refinement with self-consistency uncertainty quantification to enable black-box, stable, and scalable enhancement of cross-lingual topic models.
Outcome: Experiments on multilingual corpora show that the proposed framework achieves superior topic coherence and alignment while reducing reliance on bilingual dictionaries and expensive LLM calls.
Improving Vietnamese-English Cross-Lingual Retrieval for Legal and General Domains (2025.naacl-short)

Copied to clipboard

Challenge: Existing document retrieval systems focus on a single language, targeting resource-rich languages like English or Chinese.
Approach: They propose auxiliary loss function and symmetrical training strategy for cross-lingual retrieval between Vietnamese and English . they propose a dataset that covers the general domain and extends to the legal field .
Outcome: The proposed dataset significantly improves state-of-the-art models on cross-lingual retrieval tasks.
EMO: Embedding Model Distillation via Intra-Model Relation and Optimal Transport Alignments (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for knowledge distillation focus on direct output alignment, neglecting this crucial structural information.
Approach: They propose a framework for knowledge distillation that maps tokens one-to-one and aligns attention matrix patterns using Centered Kernel Alignment.
Outcome: The proposed framework significantly outperforms existing CTKD baselines.
MTA: Multi-Granular Trajectory Alignment for Large Language Model Distillation (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for reducing the computational cost of large language models (LLMs) focus on minimizing the divergence between the output probability distributions of the teacher and the student, which limits knowledge transfer.
Approach: They propose a framework that aligns teacher and student representations along their layer-wise transformation trajectory.
Outcome: The proposed framework outperforms state-of-the-art benchmarks on teacher–student layers.
SRA: Span Representation Alignment for Large Language Model Distillation (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to cross-tokenizer knowledge distillation are brittle and sensitive to discrepancies between tokenizers.
Approach: They propose a framework that shifts the unit of alignment from tokens to robust, tokenizer-agnostic spans and employ a geometric regularizer to preserve the structural integrity of the representation space.
Outcome: The proposed framework outperforms state-of-the-art methods in cross-architecture distillation experiments.
MIPIC: Matryoshka Representation Learning via Self-Distilled Intra-Relational and Progressive Information Chaining (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to train dense representations require explicit coordination of how information is arranged across embedding dimensionality and model depth.
Approach: They propose a framework that trains Matryoshka representations using self-distilled intra-relational alignment and Progressive information chaining.
Outcome: The proposed framework produces coherent and compact Matryoshka representations with significant performance advantages under low-dimensional models.
Enhancing Discriminative Representation in Similar Relation Clusters for Few-Shot Continual Relation Extraction (2025.naacl-long)

Copied to clipboard

Challenge: Existing methods for relation extraction (RE) fail to address the problem of similar relations, which contributes to catastrophic forgetting.
Approach: They propose a relation extraction method that utilizes relation descriptions and dynamic clustering to identify similar relations.
Outcome: The proposed method mitigates catastrophic forgetting and outperforms state-of-the-art methods by a large margin.
XTRA: Cross-Lingual Topic Modeling with Topic and Representation Alignments (2025.findings-emnlp)

Copied to clipboard

Challenge: XTRA aims to uncover shared semantic themes across languages . previous methods have achieved improvements in topic diversity but struggle to ensure high topic coherence and consistent alignment across languages.
Approach: a new framework unifies Bag-of-Words modeling with multilingual embeddings is proposed to address this problem . XTRA introduces two core components: (1) representation alignment and (2) topic alignment to enforce cross-lingual consistency.
Outcome: XTRA outperforms baselines in topic coherence, diversity, and alignment quality on multilingual corpora.
Octopus: Gated Selective Attention for Memory-Bounded Long-Context Inference in Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Subquadratic architectures rely on aggressive state compression that degrades performance on complex reasoning tasks.
Approach: They propose a framework that confers fixed-memory inference onto pretrained Transformers . they use a learnable module that enforces an adaptive sparsity policy over the context history .
Outcome: The proposed framework outperforms state-of-the-art linearized baselines on the GSM8K benchmark by over 36 points under identical memory constraints.
GloCOM: A Short Text Neural Topic Model via Global Clustering Context (2025.naacl-long)

Copied to clipboard

Challenge: Existing neural topic models often overlook uncovering hidden topics from short texts due to data sparsity, poor aggregation quality, and difficulty in inferring topic proportions for individual documents.
Approach: They propose a model which constructs global clustering contexts for short texts using text embeddings from pre-trained language models.
Outcome: The proposed model outperforms state-of-the-art models on short texts in topic quality and document representation.
Sharpness-Aware Minimization for Topic Models with High-Quality Document Representations (2025.naacl-long)

Copied to clipboard

Challenge: Recent advances in topic models have significantly enhanced the performance compared to conventional probabilistic approaches.
Approach: They propose to use a topic model optimization method to improve generalization and performance.
Outcome: The proposed method improves topic models on popular benchmark datasets.
Topic Modeling for Short Texts via Optimal Transport-Based Clustering (2025.findings-acl)

Copied to clipboard

Challenge: Existing approaches to topic modeling are based on probabilistic graphical models or non-negative matrix factorization techniques.
Approach: They propose a method that aligns global clusters with topics to discover topics and learn document representations in topic space.
Outcome: The proposed method outperforms state-of-the-art techniques in short-text topic modeling across commonly used metrics.
MemORAI: Memory Organization and Retrieval via Adaptive Graph Intelligence for LLM Conversational Agents (2026.findings-acl)

Copied to clipboard

Challenge: Existing graph-based memory systems suffer from information dilution, absent provenance tracking, and uniform retrieval that ignores query context.
Approach: They propose a framework that integrates memory organization and retrieval via a Graph Intelligence framework.
Outcome: Evaluated on LOCOMO and LongMemEval benchmarks, MemORAI achieves state-of-the-art performance in memory retrieval and personalized response generation.
Mitigating Non-Representative Prototypes and Representation Bias in Few-Shot Continual Relation Extraction (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for few-shot continual relation extraction (FCRE) face two main challenges: non-representative prototypes and representation bias.
Approach: They propose to use General Orthogonal Frame to create robust class prototypes . they also utilize label description representations as global class representatives .
Outcome: The proposed method outperforms state-of-the-art methods on well-known benchmarks on well known FCRE benchmarks.
Beyond Coherence: Improving Temporal Consistency and Interpretability in Dynamic Topic Models (2026.findings-eacl)

Copied to clipboard

Challenge: Existing topic models capture bag-of-words statistics but lack semantic priors . interpretability remains shallow, relying on noisy top-word lists that obscure thematic clarity.
Approach: They propose a variational framework to capture more faithful temporal trajectories . they propose to use entropy-regularized optimal transport to align entire topic constellations .
Outcome: The proposed framework captures more faithful temporal trajectories and improves interpretability.
Multi-Surrogate-Objective Optimization for Neural Topic Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Neural topic modeling incorporates multiple loss functions but can be difficult to optimize for disparate magnitudes of these losses.
Approach: They propose a gradient-based multi-objective optimization approach that integrates MOO algorithms into the model without the need for hard-parameter sharing.
Outcome: The proposed approach outperforms direct MOO applications on NTMs.
ToVo: Toxicity Taxonomy via Voting (2025.findings-naacl)

Copied to clipboard

Challenge: Existing toxic content detection models face limitations due to the closed-source nature of training data and the paucity of explanations for their evaluation mechanism.
Approach: They propose a mechanism that integrates voting and chain-of-thought processes to produce a high-quality open-source dataset for toxic content detection.
Outcome: The proposed model improves transparency and customizability while facilitating better fine-tuning for specific use cases.
TALAS: Teacher-Anchored Layer Alignment with Adaptive Sharpness-Aware Minimization for Embedding Distillation (2026.acl-long)

Copied to clipboard

Challenge: Existing methods that require a student to strictly mimic the teacher’s sentence embeddings or internal features often incur prohibitive computational costs and yield suboptimal performance due to the inherent capacity gap.
Approach: They propose a Teacher-Anchored mechanism that selectively distills final sentence embeddings only into the student’s upper layers, thereby reducing overhead while respecting capacity constraints.
Outcome: Empirical results show that TALAS outperforms existing methods while maintaining high performance.
MaGiX: A Multi-Granular Adaptive Graph Intelligence Framework for Enhancing Cross-Lingual RAG (2025.findings-emnlp)

Copied to clipboard

Challenge: Recent advances in Graph-based RAG (GRAG) frameworks focus on knowledge graphs for cross-lingual retrieval.
Approach: They propose a new GRAG framework for cross-lingual question answering . MaGiX constructs a multi-granular cross-linguistic knowledge graph using fine-grained attribute descriptions and cross-synonym edges.
Outcome: The proposed framework outperforms prior GRAG systems in retrieval accuracy and generation quality.
DWA-KD: Dual-Space Weighting and Time-Warped Alignment for Cross-Tokenizer Knowledge Distillation (2026.findings-eacl)

Copied to clipboard

Challenge: Existing cross-tokenizer distillation methods are limited by suboptimal alignment across sequence and vocabulary levels.
Approach: They propose a cross-tokenizer distillation framework that enhances token-wise distillation . they use dual-space entropy-based weighting to achieve precise sequence-level alignment .
Outcome: The proposed framework outperforms state-of-the-art methods in large language models but has high computational and memory costs.
Unsupervised Domain Adaptation for Text Classification via Meta Self-Paced Learning (2022.coling-1)

Copied to clipboard

Challenge: Recent methods addressing unsupervised domain adaptation for textual tasks extracted domain-invariant representations through balancing between multiple objectives to align feature spaces between source and target domains.
Approach: They propose to use meta-learning framework to train a neural network-based self-paced learning procedure in an end-to-end manner.
Outcome: The proposed method significantly improves performance on target domains, surpassing state-of-the-art approaches.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations